From 4736045c23d5decb3bfe856f504482291d5f9529 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 26 Jul 2015 10:02:13 -0700 Subject: [PATCH] Try being more parallel on travis This was previously set as travis would frequently fail to spawn a new process due to resource limits being hit, but now that we're using `sudo: false` it's looking like that infrastructure is more robust and we may be able to run tests in parallel. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 491f01141..ac0abad5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ after_success: | env: global: - secure: scGpeetUfba5RWyuS4yt10bPoFAI9wpHEReIFqEx7eH5vr2Anajk6+70jW6GdrWVdUvdINiArlQ3An2DeB9vEUWcBjw8WvuPtOH0tDMoSsuVloPlFD8yn1Ac0Bx9getAO5ofxqtoNg+OV4MDVuGabEesqAOWqURNrBC7XK+ntC8= - - RUST_TEST_THREADS=1 os: - linux -- 2.30.2